Generates complete, production-ready CRUD (Create, Read, List, Update, Delete) API endpoints for any entity or resource. Use this skill whenever the user asks to scaffold API routes, generate REST endpoints, build a backend for a resource, or says things like "generate CRUD for X", "make API endpoints for X", "build routes for my X model", "scaffold a REST API", or "I need endpoints for X". Trigger even for partial requests like "add a create and delete endpoint" or "I need a list and get endpoint". Always use this skill when any combination of create/read/update/delete operations are needed for a data entity, even if the user doesn't say "CRUD" explicitly.
npx skills add blunotech-dev/agents --skill crud-api-generator